home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / signature_file-making&using < prev    next >
Encoding:
Text File  |  1995-04-11  |  4.8 KB  |  103 lines

  1.  
  2. Archive-name: usenet/signature-faq
  3. News-newusers-questions-archive-name: signature-faq
  4. Last-modified: 1994/12/1
  5. Author: tierna@agora.rdrop.com - with tips gathered from posts
  6.         and submissions and credited wherever possible
  7. Comment: Available for FTP from rtfm.mit.edu in usenet/news/newusers/questions
  8.          and by email from tierna@agora.rdrop.com.
  9.  
  10.  
  11.  
  12.                FAQ on making and using a .signature file
  13.                            by Britt Klein
  14.  
  15. Last updated: 1 December 1994
  16.  
  17. What follows are the bare basics on how to create a .signature file and get 
  18. it to append to your news posts and email.  It *should* work for most users.
  19.  
  20. I'm going to try and pop this thing off every 4 days or so, just to keep
  21. it in people's faces and possibly eliminate the constant-request syndrome.
  22. Therefore this might be repeated twice in some postings:
  23.        Available for FTP from rtfm.mit.edu in usenet/news/newusers/questions
  24.        by email from tierna@agora.rdrop.com.
  25.  
  26. Anything in quotes is a prompt-line command and should work verbatim.
  27. (Also, the terminology herein is quite near the lowest level of enduser.
  28. This is on purpose, as the last thing new users need is to be confused by 
  29. too much technicalese.)
  30.  
  31. This is formulated for *nix-based systems, outside of that realm I'm
  32. out of my level of expertise big-time.  I never claimed to know everything,
  33. just enough to get around.
  34.  
  35. Yes, DO email for clarification or further information or advice.  I'm
  36. perfectly willing to help people if they ask.
  37. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  38. Get thee to thy home directory and therein edit thyself a file.  Name it
  39. `.signature'.  Remember that inews and other news systems (the ones that
  40. make up the majority of the news software on Usenet, actually) will cut
  41. off everything after the fourth line, so it's good to stay below that limit.
  42. Also, don't use ANSI.  It might look good on your screen, but zillions of
  43. people across the Net will see it as nothing more than a bunch of control
  44. characters and very likely underestimate your intelligence.
  45. If you've never used an editor, I suggest pico, as it's infinitely 
  46. user-friendly. ("pico .signature")  Save it.
  47. Make sure the .signature file is world readable ("chmod 644 .signature").
  48.  
  49. Now, your news posting software _should_ look for and automatically append
  50. it to your posts.  If you're using Elm for email, it ought to do same.
  51. Some versions of mail and mailx will, also.
  52.  
  53. If you are using Elm and it doesn't automatically read on the end of your
  54. messages, go to your .elm directory ("cd .elm") and edit your elmrc to get
  55. the pointers looking for a .signature file (often the problem is that line
  56. is commented out with a #, delete it).  This assumes your Elm, as mine,
  57. supplies a .elm directory and elmrc file when invoked.  If not, the following
  58. section should be the answer:
  59. --
  60. 1. If you do not yet have a .elm/elmrc file, create one with the
  61.    following steps:
  62.    elm    (start elm)
  63.    o      (options)
  64.    >      (save)
  65.    q      (quit elm)
  66.  
  67. 2. Edit the .elm/elmrc file with your favorite text editor (newer
  68. versions create a .elm directory and put the file `elmrc' into it.
  69. If that doesn't happen, you'll need to create it at this point, then
  70. edit), and insert the two lines
  71.    localsignature = $HOME/.signature
  72.    remotesignature = $HOME/.signature
  73. according to the comment lines in that file
  74. (Remember, to have those lines read, take out the #'s at the beginning.)
  75. --
  76. Torsten Dreier kindly supplied the information on getting things working
  77. in Pine:
  78. In your home directory you should have a file called '.pinerc'. Check 
  79. with 'ls -alg'. This file is the pine configuration. Edit it and search for 
  80. the section 'feature list'. To this section add the command 
  81. 'signature-at-bottom' which will move the signature in replies to the end 
  82. of the original (quoted) text. As far as I know this only works for mail 
  83. not for newsgroups.
  84. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  85. NOTE:  Newsposting software normally does *not* show your .signature when
  86. it asks about sending.  The only sure way to know is to post to a TEST
  87. newsgroup to see.  Don't append manually thinking it's not there until you
  88. know for certain.
  89. And remember, to test your .signature, send email to yourself or a friend,
  90. and send your posts to alt.test or misc.test with the Subject: ignore,
  91. so you don't clutter up areas not meant for such things.  That way you'll
  92. not get floods of email chiding you for improper newsgroup use.
  93. Worldwide test groups send automatic replies to posts unless you include
  94. the words "ignore" or "no reply" in the body of the message.
  95.  
  96. (Recommended reading: Professor Timo Salmi's FAQ on test posts periodically
  97. posted to news.newusers.questions.)
  98.  
  99. - Britt
  100. --
  101.     "I was sleeping nicely, then someone shut the lid on my pillow...
  102.          That hurt."            - SJK 12-12-94 0500
  103.